home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tridv1.zip / HISTORY.DOC < prev    next >
Text File  |  1990-12-19  |  3KB  |  69 lines

  1. This  is  the  exact  program  history  that  is  in  the source  code  for
  2. TRIDOOR.TPU.  It  is a  very general  record of the  changes  and additions
  3. made and changed over the course of the unit's history.
  4.  
  5.  
  6.  
  7. {**************************************************************************
  8.  
  9.    TRIDR55.TPU (C)1990 by Triumph Software
  10.    Uses Interrupt Driven Communications Routines by Jeremy H. DuBois  
  11.    Original DOOR.INC Version by Jeremy H. DuBois
  12.    Revision 2.00 (Version 1.00) by Christopher M. Russo
  13.  
  14.    This unit is confidential property of Triumph Software.  Any illegal
  15.    duplication or copying of this software either in full or in part
  16.    is a direct violation of copyright laws.  Any offending persons will
  17.    be prosecuted to the fullest extent of the law.
  18.  
  19.  **************************************************************************}
  20.  
  21. {---- PROGRAM HISTORY -----------------------------------------------------
  22.  
  23.    V1.00  26-Nov-1990  CMR  -  Finalized latest version of unit using new
  24.                                communications routines.
  25.  
  26.    V1.10  27-Nov-1990  CMR  -  Added the following :
  27.                                  1> Chat mode w/word-wrap.
  28.                                  2> wrdsize and caps variable to be used
  29.                                     with getinput function.
  30.  
  31.    V1.26  28-Nov-1990  CMR  -  Added the following :
  32.                                  1> User-page procedure.
  33.                                  2> '■' before SysOp-eyes-only comments.
  34.                                  3> print() queue.
  35.                                  4> Help bar status bar.
  36.                                  5> Incorporated COMM routines in code.
  37.  
  38.    V1.27  28-Nov-1990  JHD -  Patched HD controller/reset error.
  39.  
  40.    V1.28  29-Nov-1990  JHD -  Fix color-direct-screen-write problem.
  41.  
  42.    V1.29  29-Nov-1990  CMR -  Fixed character buffer.
  43.  
  44.    V1.30  30-Nov-1990  CMR -  General cosmetics and cleanup.
  45.  
  46.    V1.32  03-Dec-1990  JHD -  Found error w/getinput that did auto-
  47.                               return on first entry into program.
  48.  
  49.    V1.38  04-Dec-1990  CMR -  Added ANSI Driver & comprint procedure.
  50.  
  51.    V1.40  06-Dec-1990  CMR -  Added the following :
  52.                                 1> sysmessage command.
  53.                                 2> auto quit for timeout.
  54.                                 3> time controls.
  55.                                 4> ability to ALT-key and PgDn and so forth
  56.                                    ANYWHERE in program operation.
  57.                                 5> comwait command.
  58.  
  59.    V1.42  12-Dec-1990  CMR -  Fixed and corrected HD error.
  60.                               Changes IRQ for com port settings.
  61.  
  62.    V1.43  12-Dec-1990  CMR -  Added close(deffile) to readstats.
  63.  
  64.    V1.46  19-Dec-1990  CMR -  Fixed chat mode dropout error.
  65.                               Added (wrdsize) into getinput.
  66.  
  67.  --------------------------------------------------------------------------}
  68.  
  69.